home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / N-P / OmniScript 2.0.1 / Examples / Droplet Examples / Read Me < prev    next >
Encoding:
Text File  |  1993-09-28  |  1022 b   |  21 lines  |  [TEXT/ttxt]

  1. These are the steps to create a droplet application:
  2.  
  3. 1.  Make a copy of OmniScript and rename it to the desired name.
  4. 2.  If you want the droplet to have a custom icon edit
  5.      the icon family with ID 132.
  6. 3.  Setup the applications signature and the files it can open by using
  7.      the CONVERT command from OmniScript or use the script "Converter".
  8. 4.  Create the setup script for the droplet and place in the same folder
  9.      as the application. Its name is the application's name with .Setup
  10.      appended.
  11. 4.  Execute the application. This loads and saves the script in the
  12.      application's data fork.
  13.  
  14.  
  15. Two example droplet scripts are included. 'File Info' lists some information
  16. about the files opened by the application. 'Change Creator' changes the creator of a file. This example includes a menu for selecting the creator.
  17.  
  18.  
  19. When developing a script for a droplet it can be time consuming to keep launching the
  20. application every time the script is changed. The example 'Test Droplet' shows how to avoid this.
  21.